![]() |
ALMaSS
1.0
The Animal, Landscape and Man Simulation System
|
#include <stdio.h>
#include <iostream>
#include <fstream>
#include <stdlib.h>
#include <string.h>
#include "../BatchALMaSS/ALMaSS_Setup.h"
#include "configurator.h"
#include "maperrormsg.h"
Macros | |
#define | _CRT_SECURE_NO_DEPRECATE |
Functions | |
void | FloatToDouble (double &, float) |
Variables | |
class Configurator * | g_cfg = NULL |
static CfgBool | l_cfg_public_warn_on_set ("CFG_PUBLIC_WARN_ON_SET", CFG_CUSTOM, true) |
static CfgBool | l_cfg_public_exit_on_set ("CFG_PUBLIC_EXIT_ON_SET", CFG_CUSTOM, true) |
static const char * | CfgSecureStrings [] |
static const char * | CfgTypeStrings [] |
#define _CRT_SECURE_NO_DEPRECATE |
void FloatToDouble | ( | double & | d, |
float | f | ||
) |
Referenced by Configurator::SetCfgFloat().
|
static |
Referenced by Configurator::DumpSymbols().
|
static |
Referenced by Configurator::DumpSymbols(), and Configurator::ShowIdType().
class Configurator* g_cfg = NULL |
|
static |
Referenced by Configurator::SetCfgGatekeeper().
|
static |
Referenced by Configurator::SetCfgGatekeeper().